projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a3f390
)
Fix typo.
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 22 Jul 2013 09:17:21 +0000
(11:17 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 22 Jul 2013 09:17:21 +0000
(11:17 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index f98ebec8003d6b46df0d66069a5cdbbe99451de8..facadac5c1cc3d73b8b8cc9656f8d527877e24fe 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-483,7
+483,8
@@
It is layered as:
- advice-add/advice-remove to add/remove a piece of advice on a named function,
much like `defadvice' does.
-** The package file-notify.el provides an interface for file system
++++
+** The package filenotify.el provides an interface for file system
notifications. It requires, that Emacs is compiled with one of the
low-level libraries gfilenotify.c, inotify.c or w32notify.c.